projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7f581
)
(Fmake_string): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 2004 22:22:38 +0000
(22:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 2004 22:22:38 +0000
(22:22 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index fb424e6aee61faca64193580a6737b516875cda2..865675d96ad57644d8a192c87ec33fc6aa852d56 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-1893,8
+1893,9
@@
compact_small_strings ()
DEFUN ("make-string", Fmake_string, Smake_string, 2, 2, 0,
- doc: /* Return a newly created string of length LENGTH, with each element being INIT.
-Both LENGTH and INIT must be numbers. */)
+ doc: /* Return a newly created string of length LENGTH, with INIT in each element.
+LENGTH must be an integer.
+INIT must be an integer that represents a character. */)
(length, init)
Lisp_Object length, init;
{